home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 314.adf / Zc / zcsrc.lzh / IOLib / Makefile
Makefile  |  1989-06-13  |  298b  |  14 lines

  1. #
  2. # Makefile to update the pdc library in pdc:lib.
  3. #
  4. # Before making this file, make sure the ".lib" files in "LIBS"
  5. # plus the file PDCStartup.obj in the directory Startup are up to
  6. # date first.
  7. #
  8.  
  9. LIBS = Misc/misc.obj Stdio/stdio.obj Strlib/String.obj
  10.  
  11. ZC.lib :    $(LIBS)
  12.     join $(LIBS) as ZC.lib
  13.  
  14.